home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14353 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.8 KB  |  49 lines

  1. Path: news.compuserve.com!newsmaster
  2. From: Philippe Verdy <100105.3120@compuserve.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland or MS???
  5. Date: 30 Mar 1996 01:36:59 GMT
  6. Organization: CompuServe Incorporated
  7. Message-ID: <4ji37r$eu0@dub-news-svc-3.compuserve.com>
  8. NNTP-Posting-Host: hd75-001.compuserve.com
  9.  
  10. Ignatius <i-wong@wiu.edu> s'Θcrit :
  11. > Caius Martius wrote:
  12. > > 
  13. > > GL493@gre.ac.uk wrote:
  14. > > >
  15. > > > >>If you want to use MFC's, the only way is Visual C++ (or Symantec C++!).
  16. > > > >
  17. > > > >This is about to change with BC++5.0.
  18. > > > >
  19. > > >
  20. > > > All I can say is Hoorah!! - Yep I'm a Borland Fan!
  21. > > 
  22. > > The Borland C++ Development Suite definitely supports MFC...
  23. > > 
  24. > > -Caius
  25. > I've tried to compile and run some some sample MFC programs and
  26. > BC5 issued so many warnings about MFC.  On running them, the CodeGuard
  27. > consistently reported memory leaks on MFC modules.  This leads me
  28. > to wonder if I should continue to use MFC or simply switch altogether
  29. > to OWL.  Any suggestion?
  30. Even MicroSoft knows of these memory leaks. In fact there are
  31. many problems with their compiler, which cannot handle very
  32. well the construction and destruction processes of static members
  33. of classes, so there are ambiguous situations in which the wrong
  34. choice is made. So their compiled MFC libraries fail to unload
  35. correctly if used from a DLL. Borland gives you some known
  36. patches to the bugs in the source of MFC classes.
  37. Even in the Visual C++ environment, you have to disable the
  38. memory leaks report which produces a long core dump in its
  39. Output window. I have used it since some months because it
  40. was the only environment I had for Win95. Now I expect to
  41. receive BC++ 5.0 in one or two couples or days.
  42.  
  43. > I've always enjoyed using Borland quality products, both BC and DP.
  44. > # ig
  45.  
  46.